Window::GetTitle

Section: ET++ method description (n)
Updated: automatically Thu Mar 21 20:10:03 1991
Index Return to Main Contents
 

NAME

Window::GetTitle - instance method  

TEMPLATE

windowTitle = char * GetTitle()  

SPECIFIERS

public  

DESCRIPTION

GetTitle returns the title of this window. See also method SetTitle.  

ARGUMENTS

none

 

RETURN ARGUMENT

char * windowTitle

the title of this window
 

CATEGORIES

client interface

 

FILES

implementation:
Window.C

 

KNOWN PROBLEMS

If there is an external window manager (the application runs under X11), then the window does not have its own title area. Because there is no way to get the title in this case, the string "???" is returned. The class Window should store the title in an own instance variable.


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
KNOWN PROBLEMS

This document was created by man2html, using the manual pages.
Time: 00:40:20 GMT, March 30, 2022